home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / xul-ext / foxyproxy-standard / install.rdf < prev   
Encoding:
Extensible Markup Language  |  2012-01-01  |  2.6 KB  |  67 lines

  1. <?xml version="1.0"?>
  2. <!--
  3.   FoxyProxy
  4.   Copyright (C) 2006-2011 Eric H. Jung and FoxyProxy, Inc.
  5.   http://getfoxyproxy.org/
  6.   eric.jung@yahoo.com
  7.   
  8.   This source code is released under the GPL license,
  9.   available in the LICENSE file at the root of this installation
  10.   and also online at http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
  11. -->
  12. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  13.     xmlns:em="http://www.mozilla.org/2004/em-rdf#"
  14.     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  15.  
  16.     <Description rdf:about="urn:mozilla:install-manifest">
  17.         <em:unpack>true</em:unpack>
  18. <!-- begin-foxyproxy-standard -->
  19.         <em:id>foxyproxy@eric.h.jung</em:id>
  20.         <em:name>FoxyProxy Standard</em:name>
  21.         <em:version>3.4</em:version>
  22. <!-- end-foxyproxy-standard -->
  23. <!-- begin-foxyproxy-simple
  24.         <em:id>foxyproxy-basic@eric.h.jung</em:id>
  25.         <em:name>FoxyProxy Basic</em:name>
  26.         <em:version>2.4</em:version>
  27. end-foxyproxy-simple -->
  28.         <em:creator>FoxyProxy, Inc.</em:creator>
  29.         <em:description>Premier proxy management for Firefox</em:description>
  30.         <em:homepageURL>http://getfoxyproxy.org</em:homepageURL>
  31.         <em:aboutURL>chrome://foxyproxy/content/about.xul</em:aboutURL>
  32.         <em:optionsURL>chrome://foxyproxy/content/options.xul</em:optionsURL>
  33.         <em:iconURL>chrome://foxyproxy/content/images/foxyproxy-nocopy.gif</em:iconURL>
  34.         <em:targetApplication>
  35.             <Description>
  36.                 <em:id>songbird@songbirdnest.com</em:id>
  37.                 <em:minVersion>0.4</em:minVersion>
  38.                 <em:maxVersion>1.11.0a</em:maxVersion>
  39.             </Description>
  40.         </em:targetApplication>
  41.         <em:targetApplication>
  42.             <!-- Firefox -->
  43.             <Description>
  44.                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  45.                 <em:minVersion>3.1b3</em:minVersion>
  46.                 <em:maxVersion>11.0a1</em:maxVersion>
  47.             </Description>
  48.         </em:targetApplication>
  49.         <!-- SeaMonkey -->
  50.         <em:targetApplication>
  51.          <Description>
  52.             <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
  53.             <em:minVersion>2.0a</em:minVersion>
  54.             <em:maxVersion>2.8a1</em:maxVersion>
  55.           </Description>
  56.         </em:targetApplication>  
  57.         <!-- Thunderbird -->
  58.         <em:targetApplication>
  59.             <Description>
  60.                 <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
  61.                 <em:minVersion>3.0a1pre</em:minVersion>
  62.                 <em:maxVersion>11.0a1</em:maxVersion>
  63.             </Description>
  64.         </em:targetApplication>
  65.     </Description>
  66. </RDF>
  67.